home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
boot
/
initrd.img-2.6.28-15-generic
/
initrd.img-2.6
/
scripts
/
casper-bottom
/
42disable_apparmor
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-10-12
|
377 b
|
27 lines
#!/bin/sh
# workaround for AppArmor bug #131976
PREREQ=""
DESCRIPTION="Disabling AppArmor (does not work with stacked file systems)..."
. /scripts/casper-functions
prereqs()
{
echo "$PREREQ"
}
case $1 in
# get pre-requisites
prereqs)
prereqs
exit 0
;;
esac
log_begin_msg "$DESCRIPTION"
chroot /root update-rc.d -f apparmor remove
log_end_msg